home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 84 / CD-ROM 84 / CD-ROM 84.iso / util / cplock / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-01  |  4.0 KB  |  158 lines

  1. --------------------------------------------------------------------------------
  2.  
  3.   CopyLock - Version 1.03                                           README.TXT
  4.   Copyright ⌐ 2001, Noδl DANJOU                                 September 2001
  5.   All Rights Reserved.
  6.  
  7. --------------------------------------------------------------------------------
  8.  
  9.  
  10. About CopyLock
  11. --------------
  12.  
  13.   CopyLock is a small program that allows the replacement of one or many files 
  14.   which are currently in use (e.g the system files like comctl32.dll.) Add the 
  15.   files to update, click Copy, restart and that's it!
  16.  
  17.   Note: this may not work if the file to replace is protected by the system.
  18.   
  19.   Disclaimer: you can crash your system or make it unbootable if you are not 
  20.   careful, use at your own risk.
  21.  
  22.   Special thanks to Michael D. Lawler for his extensive tests and feedback.
  23.  
  24.  
  25.  
  26. History
  27. -------
  28.  
  29.   * September 15, 2001 - Build 1.03.21.6
  30.  
  31.     - fixed an empty messagebox with a question marked.
  32.  
  33.  
  34.   * July 14, 2001 - Build 1.03.20.6
  35.  
  36.     - added support for the optional /downgrade parameter in command line and 
  37.       the "Allow Downgrade" option in the GUI. If either of these options are
  38.       used then downgrade is authorized otherwise the replacement or the 
  39.       deletion of the file(s) will fail.
  40.  
  41.       syntax:   
  42.         
  43.         CopyLock [<source file path> [<destination path>] [/reboot]
  44.                  [/downgrade]]
  45.  
  46.       e.g.:
  47.  
  48.         CopyLock "c:\temp path\filename.ext" "c:\path to dest folder" /reboot
  49.  
  50.  
  51.  
  52.  
  53.   * July 10, 2001 - Build 1.02.19.1
  54.  
  55.     - added support for command line parameters.
  56.  
  57.       syntax:   
  58.  
  59.         CopyLock [<source file path> [<destination path>] [/reboot]]
  60.  
  61.       If you don't specify a destination path then the source file will be
  62.       deleted instead of being replaced.
  63.  
  64.       Use /reboot if you want CopyLock to reboot your system automatically
  65.       if a reboot is required to complete the replacement or deletion.)
  66.  
  67.  
  68.   * June 22, 2001 - Build 1.01.18.5
  69.  
  70.     - added support for Windows XP Visual Styles
  71.  
  72.  
  73.   * June 5, 2001 - Build 1.0.17.7
  74.  
  75.     - fixed a little problem regarding button focus after removing some files.
  76.  
  77.  
  78.   * December 7, 2000 - Build 1.0.16.4
  79.  
  80.     - added conversion to short path names of files in the wininit.ini file 
  81.       since long file names are not supported
  82.     - changed the wininit.ini management: files are now added to the end of 
  83.       the list
  84.     - updated: test if drives in source and destination paths differ
  85.       (Win9x only, not supported in those systems)
  86.     - updated: asks path again if drives differ (Win 9x only) or if source and
  87.       destination is the same file when adding a file.
  88.  
  89.  
  90.   * November 19, 2000 - Build 1.0.12.6
  91.  
  92.     - added the possibility to delete locked files
  93.  
  94.  
  95.   * October 10, 2000 - Build 1.0.11.2
  96.  
  97.     - fixed the "Show source paths" option
  98.  
  99.  
  100.   * October 6, 2000 - Build 1.0.10.5
  101.  
  102.     - added accelerators: Ctrl+A select all the files in the list
  103.     - added support for drag-and-drop
  104.     - added the possibly to add multiple files at once
  105.     - added an edit box in the dialog box for folder selection
  106.     - added version number in the title of the dialog box
  107.     - added an option to hide or show the full path of source files
  108.  
  109.  
  110.   * October 5, 2000 - Build 1.0.7.4
  111.  
  112.     - Added version checking. Warn if target is older than source.
  113.  
  114.  
  115.   * October 4, 2000 - Build 1.0.6.3
  116.  
  117.     - Enhanced the consistency of the interface
  118.     - Ensures that source and destination paths are different
  119.     - Fixed some bugs
  120.  
  121.  
  122.   * September 21, 2000 - Build 1.0.1.4
  123.  
  124.     - Initial build.
  125.  
  126.  
  127.  
  128. Latest versions 
  129. ---------------
  130.  
  131.   The latest version of CopyLock is always available from my website:
  132.   
  133.     http://noeld.com/download.htm#CopyLock
  134.  
  135.  
  136.  
  137. Contact details
  138. ---------------
  139.  
  140.   Postal address:
  141.  
  142.     Noδl Danjou
  143.     29, rue Jean de la Fontaine
  144.     50320 Saint Jean des Champs
  145.     France
  146.  
  147.  
  148.   E-mail:
  149.  
  150.     noeldanjou@bigfoot.com
  151.     webmaster@noeld.com
  152.  
  153.  
  154.  
  155.   WWW:
  156.  
  157.     http://noeld.com
  158.